home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / DB62.ZIP;1 / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-04-01  |  1.1 KB  |  37 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto warning
  4. if "%2" == "" goto warning
  5. echo                           Installing D'BOSS! ver 3.0
  6. echo                          From: %1\   To: %2\DBOSS\*.*
  7. echo                  Press CTRL-C to Abort or Any Key to Continue...
  8. pause >nul
  9. cls
  10. echo                            Making Directory %2\DBOSS
  11. %2
  12. cd \
  13. md dboss
  14. cd dboss
  15. echo                           Copying D'BOSS! System Files
  16. copy %1\dbdisk1.exe
  17. copy %1\readme.1st
  18. cls
  19. echo                          Expanding D'BOSS! System Files
  20. dbdisk1
  21. echo off
  22. del dbdisk1.exe
  23. cls
  24. echo                            Your D'BOSS! Program has
  25. echo                          been Successfully Installed!
  26. echo                    To run enter DBOSS at the DBOSS prompt.
  27. echo                    THANK YOU for Purchasing D'BOSS! ver 3.0!
  28. pause
  29. dboss
  30. :warning
  31. echo off
  32. cls
  33. echo                        D'BOSS! HAS NOT BEEN INSTALLED.
  34. echo       YOU MUST ENTER SOURCE DRIVE AND DESTINATION DRIVE AFTER DBINSTAL.
  35. echo              EXAMPLE: "DBINSTAL A: C:"  PLEASE RUN DBINSTAL AGAIN
  36. :end
  37.